/* 　-----------------------------------
 * index PC style
 */
div.TabMenu{
	float:left;
	width:205px;
	height:28px;
	border-radius:8px 8px 0px 0px;
	padding:20px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
}
div.TabMenu:hover{
	opacity:0.7;
}
div.TabMenuActive{
	background:#e6ab00;
}
div.TabMenuNotActive{
	background:#cccccc;
}
div.MainImagePlate{
	border-top:2px solid #e6ab00;
	border-top:1px solid #e6ab00;
	background:url('./images/1.jpg');
	height:180px;
}
div.MainImagePlate div.MainImageFilter{
	height:180px;
	background:url('/common/images/filter.png');
}
div.MainImagePlate div.MainImageFilter div.MainDeclaration{
	font-weight:bold;
	color:#ffffff;
	font-size:24px;
	line-height:48px;
	padding-top:45px;
}
